home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / jeopke / about.frm next >
Text File  |  1995-09-06  |  5KB  |  139 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About Jeopardy Scorekeeper"
  5.    ClientHeight    =   6165
  6.    ClientLeft      =   1410
  7.    ClientTop       =   960
  8.    ClientWidth     =   7440
  9.    Height          =   6570
  10.    Left            =   1350
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form4"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   6165
  16.    ScaleWidth      =   7440
  17.    Top             =   615
  18.    Width           =   7560
  19.    Begin CommandButton Command1 
  20.       Caption         =   "íMuchas gracias!"
  21.       Default         =   -1  'True
  22.       Height          =   555
  23.       Left            =   3000
  24.       TabIndex        =   4
  25.       Top             =   5580
  26.       Width           =   1815
  27.    End
  28.    Begin PictureBox Picture1 
  29.       Height          =   1035
  30.       Left            =   240
  31.       Picture         =   ABOUT.FRX:0000
  32.       ScaleHeight     =   1005
  33.       ScaleWidth      =   1905
  34.       TabIndex        =   0
  35.       Top             =   240
  36.       Width           =   1935
  37.    End
  38.    Begin Label Label9 
  39.       Caption         =   "I can also be reached at The Fine Blue Line BBS at (203) 226-3565. I want to hear from you, so please keep in touch!"
  40.       Height          =   435
  41.       Left            =   240
  42.       TabIndex        =   9
  43.       Top             =   5040
  44.       Width           =   7095
  45.    End
  46.    Begin Label Label4 
  47.       Caption         =   "Questions and/or comments and/or suggestions about Jeopardy Scorekeeper or any other Jon Persky Games are greatly welcome and can be sent via CompuServe E-mail [70661,700] or the slow way to the address above."
  48.       Height          =   615
  49.       Left            =   240
  50.       TabIndex        =   5
  51.       Top             =   4440
  52.       Width           =   7095
  53.    End
  54.    Begin Label Label3 
  55.       Caption         =   "This program may be distributed freely as long as it contains the files JEOPKEEP.EXE and JEOPKEEP.TXT intact and unaltered. ⌐1992, Jonathan D. Persky."
  56.       Height          =   435
  57.       Left            =   60
  58.       TabIndex        =   3
  59.       Top             =   3900
  60.       Width           =   7305
  61.    End
  62.    Begin Label Label7 
  63.       Caption         =   "If you are a member of CompuServe, registration is even easier. You can GO SWREG and send the registration fee automatically to ID #258. (I must ask that you include an extra $1 (total $6) to defray CompuServe's 15% processing fee.)"
  64.       Height          =   615
  65.       Left            =   240
  66.       TabIndex        =   10
  67.       Top             =   3180
  68.       Width           =   7035
  69.    End
  70.    Begin Label Label5 
  71.       Caption         =   "Jeopardy Scorekeeper is Shareware. If you enjoy it, please send $5 to: Jon Persky, 5 Oak Lane, Weston, CT 06883. You'll receive a complete set of the latest versions of all completed Jon Persky Games (please specify 3.5"" or 5.25"" disk.)"
  72.       Height          =   615
  73.       Left            =   180
  74.       TabIndex        =   6
  75.       Top             =   2460
  76.       Width           =   7095
  77.    End
  78.    Begin Label Label6 
  79.       Caption         =   "I am 14 years old and relatively new to Visual Basic. Hope you like my stuff!"
  80.       Height          =   255
  81.       Left            =   480
  82.       TabIndex        =   7
  83.       Top             =   2100
  84.       Visible         =   0   'False
  85.       Width           =   6555
  86.    End
  87.    Begin Label Label8 
  88.       Caption         =   "Jonathan D. Persky"
  89.       FontBold        =   -1  'True
  90.       FontItalic      =   0   'False
  91.       FontName        =   "MS Sans Serif"
  92.       FontSize        =   8.25
  93.       FontStrikethru  =   0   'False
  94.       FontUnderline   =   -1  'True
  95.       ForeColor       =   &H00008000&
  96.       Height          =   255
  97.       Left            =   4920
  98.       TabIndex        =   8
  99.       Top             =   1560
  100.       Width           =   1755
  101.    End
  102.    Begin Label Label2 
  103.       Caption         =   "#6 in a series of games for Windows 3.x. Created by  on Microsoft Visual Basic v.1.0."
  104.       Height          =   435
  105.       Left            =   420
  106.       TabIndex        =   2
  107.       Top             =   1560
  108.       Width           =   4530
  109.    End
  110.    Begin Label Label1 
  111.       Alignment       =   2  'Center
  112.       Caption         =   "Jon Persky Games Presents JEOPARDY SCOREKEEPER v. 1.1"
  113.       FontBold        =   -1  'True
  114.       FontItalic      =   0   'False
  115.       FontName        =   "MS Sans Serif"
  116.       FontSize        =   18
  117.       FontStrikethru  =   0   'False
  118.       FontUnderline   =   0   'False
  119.       Height          =   1275
  120.       Left            =   2340
  121.       TabIndex        =   1
  122.       Top             =   120
  123.       Width           =   4935
  124.    End
  125. End
  126.  
  127. Sub Command1_Click ()
  128. Unload about
  129. End Sub
  130.  
  131. Sub Label7_Click ()
  132. label6.visible = -1
  133. End Sub
  134.  
  135. Sub Label8_Click ()
  136. label6.visible = -1
  137. End Sub
  138.  
  139.